home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
NMK
/
Recorders
/
MenuCellCover.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-19
|
297 b
|
15 lines
/***** MenuCellCover.h -- MenuCellCover object interface
NeXTstep Measurement Kit
by Alex Meyer <ameyer@phoenix.Princeton.EDU>
for computer science senior thesis
24 April 1992 -- created from ButtonCellCover.h
*****/
#import <appkit/MenuCell.h>
@interface MenuCellCover : MenuCell
{
}
@end